pandas display rows config

127

pandas display rows config -

import pandas as pd
#change default rows to show (default = 15)
pd.options.display.max_rows = 100 # number of rows to show

Comments

Submit
0 Comments